home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 November / Freeware November 1998.img / dist / fw_emacs.idb / usr / freeware / info / gnus-9.z / gnus-9 (.txt)
GNU Info File  |  1998-10-27  |  24KB  |  438 lines

  1. This is Info file ../info/gnus, produced by Makeinfo-1.63 from the
  2. input file gnus.texi.
  3.    This file documents Gnus, the GNU Emacs newsreader.
  4.    Copyright (C) 1995,96 Free Software Foundation, Inc.
  5.    Permission is granted to make and distribute verbatim copies of this
  6. manual provided the copyright notice and this permission notice are
  7. preserved on all copies.
  8.    Permission is granted to copy and distribute modified versions of
  9. this manual under the conditions for verbatim copying, provided also
  10. that the entire resulting derived work is distributed under the terms
  11. of a permission notice identical to this one.
  12.    Permission is granted to copy and distribute translations of this
  13. manual into another language, under the above conditions for modified
  14. versions.
  15. File: gnus,  Node: Emacs Lisp,  Prev: Keystrokes,  Up: Emacs for Heathens
  16. Emacs Lisp
  17. ----------
  18.    Emacs is the King of Editors because it's really a Lisp interpreter.
  19. Each and every key you tap runs some Emacs Lisp code snippet, and since
  20. Emacs Lisp is an interpreted language, that means that you can configure
  21. any key to run any arbitrary code.  You just, like, do it.
  22.    Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
  23. functions.  (These are byte-compiled for speed, but it's still
  24. interpreted.)  If you decide that you don't like the way Gnus does
  25. certain things, it's trivial to have it do something a different way.
  26. (Well, at least if you know how to write Lisp code.)  However, that's
  27. beyond the scope of this manual, so we are simply going to talk about
  28. some common constructs that you normally use in your `.emacs' file to
  29. customize Gnus.
  30.    If you want to set the variable `gnus-florgbnize' to four (4), you
  31. write the following:
  32.      (setq gnus-florgbnize 4)
  33.    This function (really "special form") `setq' is the one that can set
  34. a variable to some value.  This is really all you need to know.  Now
  35. you can go and fill your `.emacs' file with lots of these to change how
  36. Gnus works.
  37.    If you have put that thing in your `.emacs' file, it will be read
  38. and `eval'ed (which is lisp-ese for "run") the next time you start
  39. Emacs.  If you want to change the variable right away, simply say `C-x
  40. C-e' after the closing parenthesis.  That will `eval' the previous
  41. "form", which here is a simple `setq' statement.
  42.    Go ahead--just try it, if you're located at your Emacs.  After you
  43. `C-x C-e', you will see `4' appear in the echo area, which is the
  44. return value of the form you `eval'ed.
  45.    Some pitfalls:
  46.    If the manual says "set `gnus-read-active-file' to `some'", that
  47. means:
  48.      (setq gnus-read-active-file 'some)
  49.    On the other hand, if the manual says "set `gnus-nntp-server' to
  50. `nntp.ifi.uio.no'", that means:
  51.      (setq gnus-nntp-server "nntp.ifi.uio.no")
  52.    So be careful not to mix up strings (the latter) with symbols (the
  53. former).  The manual is unambiguous, but it can be confusing.
  54.    \input texinfo
  55. File: gnus,  Node: Frequently Asked Questions,  Prev: Emacs for Heathens,  Up: Appendices
  56. Frequently Asked Questions
  57. ==========================
  58.    This is the Gnus Frequently Asked Questions list.  If you have a Web
  59. browser, the official hypertext version is at
  60. `http://www.miranova.com/~steve/gnus-faq.html>', and has probably been
  61. updated since you got this manual.
  62. * Menu:
  63. * Installation FAQ::      Installation of Gnus.
  64. * Customization FAQ::     Customizing Gnus.
  65. * Reading News FAQ::      News Reading Questions.
  66. * Reading Mail FAQ::      Mail Reading Questions.
  67. File: gnus,  Node: Installation FAQ,  Next: Customization FAQ,  Up: Frequently Asked Questions
  68. Installation
  69. ------------
  70.    * Q1.1  What is the latest version of Gnus?
  71.      The latest (and greatest) version is 5.0.10.  You might also run
  72.      across something called *September Gnus*.  September Gnus is the
  73.      alpha version of the next major release of Gnus.  It is currently
  74.      not stable enough to run unless you are prepared to debug lisp.
  75.    * Q1.2  Where do I get Gnus?
  76.      Any of the following locations:
  77.         - `ftp://ftp.ifi.uio.no/pub/emacs/gnus/gnus.tar.gz'
  78.         - `ftp://ftp.pilgrim.umass.edu/pub/misc/ding/'
  79.         - `gopher://gopher.pilgrim.umass.edu/11/pub/misc/ding/'
  80.         - `ftp://aphrodite.nectar.cs.cmu.edu/pub/ding-gnus/'
  81.         - `ftp://ftp.solace.mh.se:/pub/gnu/elisp/'
  82.    * Q1.3  Which version of Emacs do I need?
  83.      At least GNU Emacs 19.28, or XEmacs 19.12 is recommended.  GNU
  84.      Emacs 19.25 has been reported to work under certain circumstances,
  85.      but it doesn't *officially* work on it.  19.27 has also been
  86.      reported to work.  Gnus has been reported to work under OS/2 as
  87.      well as Unix.
  88.    * Q1.4  Where is timezone.el?
  89.      Upgrade to XEmacs 19.13.  In earlier versions of XEmacs this file
  90.      was placed with Gnus 4.1.3, but that has been corrected.
  91.    * Q1.5  When I run Gnus on XEmacs 19.13 I get weird error messages.
  92.      You're running an old version of Gnus.  Upgrade to at least version
  93.      5.0.4.
  94.    * Q1.6  How do I unsubscribe from the Mailing List?
  95.      Send an e-mail message to `ding-request@ifi.uio.no' with the magic
  96.      word *unsubscribe* somewhere in it, and you will be removed.
  97.      If you are reading the digest version of the list, send an e-mail
  98.      message to
  99.      `ding-rn-digests-d-request@moe.shore.net' with *unsubscribe* as
  100.      the subject and you will be removed.
  101.    * Q1.7  How do I run Gnus on both Emacs and XEmacs?
  102.      The basic answer is to byte-compile under XEmacs, and then you can
  103.      run under either Emacsen.  There is, however, a potential version
  104.      problem with easymenu.el with Gnu Emacs prior to 19.29.
  105.      Per Abrahamsen <abraham@dina.kvl.dk> writes :
  106.      The internal easymenu.el interface changed between 19.28 and 19.29
  107.      in order to make it possible to create byte compiled files that
  108.      can be shared between Gnu Emacs and XEmacs.  The change is upward
  109.      compatible, but not downward compatible.  This gives the following
  110.      compatibility table:
  111.           Compiled with:  | Can be used with:
  112.           ----------------+--------------------------------------
  113.           19.28           | 19.28         19.29
  114.           19.29           |               19.29           XEmacs
  115.           XEmacs          |               19.29           XEmacs
  116.      If you have Gnu Emacs 19.28 or earlier, or XEmacs 19.12 or
  117.      earlier, get a recent version of auc-menu.el from
  118.      `ftp://ftp.iesd.auc.dk/pub/emacs-lisp/auc-menu.el', and install it
  119.      under the name easymenu.el somewhere early in your load path.
  120.    * Q1.8 What resources are available?
  121.      There is the newsgroup Gnu.emacs.gnus. Discussion of Gnus 5.x is
  122.      now taking place there. There is also a mailing list, send mail to
  123.      `ding-request@ifi.uio.no' with the magic word *subscribe*
  124.      somewhere in it.
  125.      *NOTE:* the traffic on this list is heavy so you may not want to be
  126.      on it (unless you use Gnus as your mailer reader, that is). The
  127.      mailing list is mainly for developers and testers.
  128.      Gnus has a home World Wide Web page at
  129.      `http://www.ifi.uio.no/~larsi/ding.html'.
  130.      Gnus has a write up in the X Windows Applications FAQ at
  131.      `http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html'.
  132.      The Gnus manual is also available on the World Wide Web. The
  133.      canonical source is in Norway at
  134.      `http://www.ifi.uio.no/~larsi/ding-manual/gnus_toc.html'.
  135.      There are three mirrors in the United States:
  136.        1. `http://www.miranova.com/gnus-man/'
  137.        2.
  138.           `http://www.pilgrim.umass.edu/pub/misc/ding/manual/gnus_toc.html'
  139.        3. `http://www.rtd.com/~woo/gnus/'
  140.      PostScript copies of the Gnus Reference card are available from
  141.      `ftp://ftp.cs.ualberta.ca/pub/oolog/gnus/'.  They are mirrored at
  142.      `ftp://ftp.pilgrim.umass.edu/pub/misc/ding/refcard/' in the United
  143.      States. And
  144.      `ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/' in Germany.
  145.      An online version of the Gnus FAQ is available at
  146.      `http://www.miranova.com/~steve/gnus-faq.html'. Off-line formats
  147.      are also available:
  148.      ASCII: `ftp://ftp.miranova.com/pub/gnus/gnus-faq'
  149.      PostScript: `ftp://ftp.miranova.com/pub/gnus/gnus-faq.ps'.
  150.    * Q1.9  Gnus hangs on connecting to NNTP server
  151.      I am running XEmacs on SunOS and Gnus prints a message about
  152.      Connecting to NNTP server and then just hangs.
  153.      Ben Wing <wing@netcom.com> writes :
  154.      I wonder if you're hitting the infamous *libresolv* problem.  The
  155.      basic problem is that under SunOS you can compile either with DNS
  156.      or NIS name lookup libraries but not both.  Try substituting the
  157.      IP address and see if that works; if so, you need to download the
  158.      sources and recompile.
  159.    * Q1.10  Mailcrypt 3.4 doesn't work
  160.      This problem is verified to still exist in Gnus 5.0.9 and
  161.      MailCrypt 3.4.  The answer comes from Peter Arius
  162.      <arius@immd2.informatik.uni-erlangen.de>.
  163.      I found out that mailcrypt uses `gnus-eval-in-buffer-window',
  164.      which is a macro.  It seems as if you have compiled mailcrypt with
  165.      plain old GNUS in load path, and the XEmacs byte compiler has
  166.      inserted that macro definition into `mc-toplev.elc'.  The solution
  167.      is to recompile `mc-toplev.el' with Gnus 5 in load-path, and it
  168.      works fine.
  169.      Steve Baur <steve@miranova.com> adds :
  170.      The problem also manifests itself if neither GNUS 4 nor Gnus 5 is
  171.      in the load-path.
  172.    * Q1.11  What other packages work with Gnus?
  173.         - Mailcrypt.
  174.           Mailcrypt is an Emacs interface to PGP.  It works, it installs
  175.           without hassle, and integrates very easily.  Mailcrypt can be
  176.           obtained from
  177.           `ftp://cag.lcs.mit.edu/pub/patl/mailcrypt-3.4.tar.gz'.
  178.         - Tiny Mime.
  179.           Tiny Mime is an Emacs MUA interface to MIME.  Installation is
  180.           a two-step process unlike most other packages, so you should
  181.           be prepared to move the byte-compiled code somewhere.  There
  182.           are currently two versions of this package available.  It can
  183.           be obtained from
  184.           `ftp://ftp.jaist.ac.jp/pub/GNU/elisp/'.  Be sure to apply the
  185.           supplied patch.  It works with Gnus through version 5.0.9.
  186.           In order for all dependencies to work correctly the load
  187.           sequence is as follows:
  188.                  (load "tm-setup")
  189.                  (load "gnus")
  190.                  (load "mime-compose")
  191.           *NOTE:* Loading the package disables citation highlighting by
  192.           default.  To get the old behavior back, use the `M-t' command.
  193. File: gnus,  Node: Customization FAQ,  Next: Reading News FAQ,  Prev: Installation FAQ,  Up: Frequently Asked Questions
  194. Customization
  195. -------------
  196.    * Q2.1  Custom Edit does not work under XEmacs
  197.      The custom package has not been ported to XEmacs.
  198.    * Q2.2  How do I quote messages?
  199.      I see lots of messages with quoted material in them.  I am
  200.      wondering how to have Gnus do it for me.
  201.      This is Gnus, so there are a number of ways of doing this.  You
  202.      can use the built-in commands to do this.  There are the `F' and
  203.      `R' keys from the summary buffer which automatically include the
  204.      article being responded to.  These commands are also selectable as
  205.      Followup and Yank and Reply and Yank in the Post menu.
  206.      `C-c C-y' grabs the previous message and prefixes each line with
  207.      `ail-indentation-spaces' spaces or `mail-yank-prefix' if that is
  208.      non-nil, unless you have set your own `mail-citation-hook', which
  209.      will be called to to do the job.
  210.      You might also consider the Supercite package, which allows for
  211.      pretty arbitrarily complex quoting styles.  Some people love it,
  212.      some people hate it.
  213.    * Q2.3 How can I keep my nnvirtual:* groups sorted?
  214.      How can I most efficiently arrange matters so as to keep my
  215.      nnvirtual:* (etc) groups at the top of my group selection buffer,
  216.      whilst keeping everything sorted in alphabetical order.
  217.      If you don't subscribe often to new groups then the easiest way is
  218.      to first sort the groups and then manually kill and yank the
  219.      virtuals wherever you want them.
  220.    * Q2.4  Any good suggestions on stuff for an all.SCORE file?
  221.      Here is a collection of suggestions from the Gnus mailing list.
  222.        1. From "Dave Disser" <disser@sdd.hp.com>
  223.           I like blasting anything without lowercase letters.  Weeds
  224.           out most of the make $$ fast, as well as the lame titles like
  225.           "IBM" and "HP-UX" with no further description.
  226.                 (("Subject"
  227.                  ("^\\(Re: \\)?[^a-z]*$" -200 nil R)))
  228.        2. From "Peter Arius" <arius@immd2.informatik.uni-erlangen.de>
  229.           The most vital entries in my (still young) all.SCORE:
  230.                (("xref"
  231.                  ("alt.fan.oj-simpson" -1000 nil s))
  232.                 ("subject"
  233.                  ("\\<\\(make\\|fast\\|big\\)\\s-*\\(money\\|cash\\|bucks?\\)\\>" -1000 nil r)
  234.                  ("$$$$" -1000 nil s)))
  235.        3. From "Per Abrahamsen" <abraham@dina.kvl.dk>
  236.                (("subject"
  237.                  ;; CAPS OF THE WORLD, UNITE
  238.                  ("^..[^a-z]+$" -1 nil R)
  239.                  ;; $$$ Make Money $$$ (Try work)
  240.                  ("$" -1 nil s)
  241.                  ;; I'm important! And I have exclamation marks to prove it!
  242.                  ("!" -1 nil s)))
  243.        4. From "heddy boubaker" <boubaker@cenatls.cena.dgac.fr>
  244.           I  would like to contribute with mine.
  245.                (
  246.                 (read-only t)
  247.                 ("subject"
  248.                  ;; ALL CAPS SUBJECTS
  249.                  ("^\\([Rr][Ee]: +\\)?[^a-z]+$" -1 nil R)
  250.                  ;; $$$ Make Money $$$
  251.                  ("$$" -10 nil s)
  252.                  ;; Empty subjects are worthless!
  253.                  ("^ *\\([(<]none[>)]\\|(no subject\\( given\\)?)\\)? *$" -10 nil r)
  254.                  ;; Sometimes interesting announces occur!
  255.                  ("ANN?OU?NC\\(E\\|ING\\)" +10 nil r)
  256.                  ;; Some people think they're on mailing lists
  257.                  ("\\(un\\)?sub?scribe" -100 nil r)
  258.                  ;; Stop Micro$oft NOW!!
  259.                  ("\\(m\\(icro\\)?[s$]\\(oft\\|lot\\)?-?\\)?wind?\\(ows\\|aube\\|oze\\)?[- ]*\\('?95\\|NT\\|3[.]1\\|32\\)" -1001 nil r)
  260.                  ;; I've nothing to buy
  261.                  ("\\(for\\|4\\)[- ]*sale" -100 nil r)
  262.                  ;; SELF-DISCIPLINED people
  263.                  ("\\[[^a-z0-9 \t\n][^a-z0-9 \t\n]\\]" +100 nil r)
  264.                  )
  265.                 ("from"
  266.                  ;; To keep track of posters from my site
  267.                  (".dgac.fr" +1000 nil s))
  268.                 ("followup"
  269.                  ;; Keep track of answers to my posts
  270.                  ("boubaker" +1000 nil s))
  271.                 ("lines"
  272.                  ;; Some people have really nothing to say!!
  273.                  (1 -10 nil <=))
  274.                 (mark -100)
  275.                 (expunge -1000)
  276.                 )
  277.        5. From "Christopher Jones" <cjones@au.oracle.com>
  278.           The sample `all.SCORE' files from Per and boubaker could be
  279.           augmented with:
  280.                    (("subject"
  281.                      ;; No junk mail please!
  282.                      ("please ignore" -500 nil s)
  283.                      ("test" -500 nil e))
  284.                    )
  285.        6. From "Brian Edmonds" <edmonds@cs.ubc.ca>
  286.           Augment any of the above with a fast method of scoring down
  287.           excessively cross posted articles.
  288.                 ("xref"
  289.                  ;; the more cross posting, the exponentially worse the article
  290.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+" -1 nil r)
  291.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -2 nil r)
  292.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -4 nil r)
  293.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -8 nil r)
  294.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -16 nil r)
  295.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -32 nil r)
  296.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -64 nil r)
  297.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -128 nil r)
  298.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -256 nil r)
  299.                  ("^xref: \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+ \\S-+" -512 nil r))
  300.    * Q2.5  What do I use to yank-through when replying?
  301.      You should probably reply and followup with `R' and `F', instead
  302.      of `r' and `f', which solves your problem.  But you could try
  303.      something like:
  304.           (defconst mail-yank-ignored-headers
  305.             "^.*:"
  306.             "Delete these headers from old message when it's inserted in a reply.")
  307.    * Q2.6  I don't like the default WWW browser
  308.      Now when choosing an URL Gnus starts up a W3 buffer, I would like
  309.      it to always use Netscape (I don't browse in text-mode ;-).
  310.        1. Activate `Customize...' from the `Help' menu.
  311.        2. Scroll down to the `WWW Browser' field.
  312.        3. Click `mouse-2' on `WWW Browser'.
  313.        4. Select `Netscape' from the pop up menu.
  314.        5. Press `C-c C-c'
  315.      If you are using XEmacs then to specify Netscape do
  316.             (setq gnus-button-url 'gnus-netscape-open-url)
  317.    * Q2.7 What, if any, relation is between "ask-server" and "(setq
  318.      gnus-read-active-file 'some)"?
  319.      In order for Gnus to show you the complete list of newsgroups, it
  320.      will either have to either store the list locally, or ask the
  321.      server to transmit the list. You enable the first with
  322.                   (setq gnus-save-killed-list t)
  323.      and the second with
  324.                   (setq gnus-read-active-file t)
  325.      If both are disabled, Gnus will not know what newsgroups exists.
  326.      There is no option to get the list by casting a spell.
  327.    * Q2.8  Moving between groups is slow.
  328.      Per Abrahamsen <abraham@dina.kvl.dk> writes:
  329.      Do you call `define-key' or something like that in one of the
  330.      summary mode hooks?  This would force Emacs to recalculate the
  331.      keyboard shortcuts.  Removing the call should speed up `M-x
  332.      gnus-summary-mode RET' by a couple of orders of magnitude.  You
  333.      can use
  334.           (define-key gnus-summary-mode-map KEY COMMAND)
  335.      in your `.gnus' instead.
  336. File: gnus,  Node: Reading News FAQ,  Next: Reading Mail FAQ,  Prev: Customization FAQ,  Up: Frequently Asked Questions
  337. Reading News
  338. ------------
  339.    * Q3.1  How do I convert my kill files to score files?
  340.      A kill-to-score translator was written by Ethan Bradford
  341.      <ethanb@ptolemy.astro.washington.edu>.  It is available from
  342.      `http://baugi.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el'.
  343.    * Q3.2 My news server has a lot of groups, and killing groups is
  344.      painfully slow.
  345.      Don't do that then.  The best way to get rid of groups that should
  346.      be dead is to edit your newsrc directly.  This problem will be
  347.      addressed in the near future.
  348.    * Q3.3  How do I use an NNTP server with authentication?
  349.      Put the following into your .gnus:
  350.            (add-hook 'nntp-server-opened-hook 'nntp-send-authinfo)
  351.    * Q3.4  Not reading the first article.
  352.      How do I avoid reading the first article when a group is selected?
  353.        1. Use `RET' to select the group instead of `SPC'.
  354.        2. `(setq gnus-auto-select first nil)'
  355.        3. Luis Fernandes <elf@mailhost.ee.ryerson.ca>writes:
  356.           This is what I use...customize as necessary...
  357.                ;;; Don't auto-select first article if reading sources, or archives or
  358.                ;;; jobs postings, etc. and just display the summary buffer
  359.                (add-hook 'gnus-select-group-hook
  360.                      (function
  361.                       (lambda ()
  362.                         (cond ((string-match "sources" gnus-newsgroup-name)
  363.                            (setq gnus-auto-select-first nil))
  364.                               ((string-match "jobs" gnus-newsgroup-name)
  365.                                (setq gnus-auto-select-first nil))
  366.                           ((string-match "comp\\.archives" gnus-newsgroup-name)
  367.                            (setq gnus-auto-select-first nil))
  368.                           ((string-match "reviews" gnus-newsgroup-name)
  369.                            (setq gnus-auto-select-first nil))
  370.                           ((string-match "announce" gnus-newsgroup-name)
  371.                            (setq gnus-auto-select-first nil))
  372.                           ((string-match "binaries" gnus-newsgroup-name)
  373.                            (setq gnus-auto-select-first nil))
  374.                           (t
  375.                            (setq gnus-auto-select-first t))))))
  376.        4. Per Abrahamsen <abraham@dina.kvl.dk> writes:
  377.           Another possibility is to create an `all.binaries.all.SCORE'
  378.           file like this:
  379.                ((local
  380.                  (gnus-auto-select-first nil)))
  381.           and insert
  382.                    (setq gnus-auto-select-first t)
  383.           in your `.gnus'.
  384.    * Q3.5  Why aren't BBDB known posters marked in the summary buffer?
  385.      Brian Edmonds <edmonds@cs.ubc.ca> writes:
  386.      Due to changes in Gnus 5.0, `bbdb-gnus.el' no longer marks known
  387.      posters in the summary buffer.  An updated version, `gnus-bbdb.el'
  388.      is available at the locations listed below.  This package also
  389.      supports autofiling of incoming mail to folders specified in the
  390.      BBDB.  Extensive instructions are included as comments in the file.
  391.      Send mail to `majordomo@edmonds.home.cs.ubc.ca' with the following
  392.      line in the body of the message: *get misc gnus-bbdb.el*.
  393.      Or get it from the World Wide Web:
  394.      `http://www.cs.ubc.ca/spider/edmonds/gnus-bbdb.el'.
  395. File: gnus,  Node: Reading Mail FAQ,  Prev: Reading News FAQ,  Up: Frequently Asked Questions
  396. Reading Mail
  397. ------------
  398.    * Q4.1 What does the message "Buffer has changed on disk" mean in a
  399.      mail group?
  400.      Your filter program should not deliver mail directly to your
  401.      folders, instead it should put the mail into spool files.  Gnus
  402.      will then move the mail safely from the spool files into the
  403.      folders.  This will eliminate the problem.  Look it up in the
  404.      manual, in the section entitled "Mail & Procmail".
  405.    * Q4.2  How do you make articles un-expirable?
  406.      I am using nnml to read news and have used
  407.      `gnus-auto-expirable-newsgroups' to automagically expire articles
  408.      in some groups (Gnus being one of them).  Sometimes there are
  409.      interesting articles in these groups that I want to keep.  Is
  410.      there any way of explicitly marking an article as un-expirable -
  411.      that is mark it as read but not expirable?
  412.      Use `u', `!', `d' or `M-u' in the summary buffer. You just remove
  413.      the `E' mark by setting some other mark. It's not necessary to
  414.      tick the articles.
  415.    * Q4.3  How do I delete bogus nnml: groups?
  416.      My problem is that I have various mail (nnml) groups generated
  417.      while experimenting with Gnus. How do I remove them now? Setting
  418.      the level to 9 does not help. Also `gnus-group-check-bogus-groups'
  419.      does not recognize them.
  420.      Removing mail groups is tricky at the moment. (It's on the to-do
  421.      list, though.) You basically have to kill the groups in Gnus, shut
  422.      down Gnus, edit the active file to exclude these groups, and
  423.      probably remove the nnml directories that contained these groups
  424.      as well. Then start Gnus back up again.
  425.    * Q4.4  What happened to my new mail groups?
  426.      I got new mail, but I have never seen the groups they should have
  427.      been placed in.
  428.      They are probably there, but as zombies. Press `A z' to list
  429.      zombie groups, and then subscribe to the groups you want with `u'.
  430.      This is all documented quite nicely in the user's manual.
  431.    * Q4.5  Not scoring mail groups
  432.      How do you *totally* turn off scoring in mail groups?
  433.      Use an nnbabyl:all.SCORE (or nnmh, or nnml, or whatever) file
  434.      containing:
  435.           ((adapt ignore)
  436.            (local (gnus-use-scoring nil))
  437.            (exclude-files "all.SCORE"))
  438.